home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19961006-19970104 / 000324_news@columbia.edu _Mon Dec 16 15:59:44 1996.msg < prev    next >
Internet Message Format  |  1996-12-31  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.8.3/8.8.3) with ESMTP id PAA21804 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 16 Dec 1996 15:59:44 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.8.3/8.8.3) id PAA25428 for kermit.misc@watsun; Mon, 16 Dec 1996 15:59:42 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Uploading Microcom firmware into Deskporte modem?
  8. Date: 16 Dec 1996 20:58:22 GMT
  9. Organization: Columbia University
  10. Lines: 48
  11. Message-ID: <594d5e$d0g$1@apakabar.cc.columbia.edu>
  12. References: <58siro$skk$1@apakabar.cc.columbia.edu> <32B5C865.17A@world.std.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <32B5C865.17A@world.std.com>, rwe  <rwe@world.std.com> wrote:
  16. : Frank da Cruz wrote:
  17. : > There is a chapter in "Using C-Kermit" about it.  If the modem doesn't
  18. : > support Kermit, though, you might be better off trying another protocol;
  19. : > some of them support XMODEM.  But then you have the problem of finding a
  20. : > version of XMODEM that lets you transfer files on an assigned serial device
  21. : > rather than /dev/tty.
  22. :
  23. : Thank you for the input, but i did fail to mention a couple of steps in
  24. : the process. For example, If I were to use something like ProCom or
  25. : Crosstalk (under DOS or Windows), the process becomes:
  26. : - Log onto the port. Issue RTS/CTS command to the modem.
  27. : - Issue a special AT command (at^h) to the modem (at which point the
  28. : modem    'waits' for the ascii file transfer to begin. Not ulike
  29. : programming a EEROM.
  30. : - "Select" or "Click" on FILE TRANSFER, ASCII Upload. 
  31. :     At which point the protocol is strictly ascii transfer because it is 
  32. : reprogramming the eeram (nvram).
  33. : In attempting to emulate this process using MS-Kermit V3.14, after
  34. : setting up the mscustom.ini file, then issuing the CONNECT command, then
  35. : AT^H (that special command) ... 
  36. : Or is TRANSMIT just available in C-Kermit?
  37. It's in MS-DOS Kermit too.  Did you try it?
  38.  
  39. : Hopefully, this will be clearer. I also did not locate this in MS-Kermit
  40. : V3.00? by  C. Gianone from Digital Press (ca. 1991)
  41. It's the subject of Chapter 12.
  42.  
  43. Just try it:
  44.  
  45.  1. In CONNECT mode, type AT^H and then press the Enter key.
  46.  
  47.  2. Escape back to the MS-DOS Kermit prompt with Alt-X.
  48.  
  49.  3. Type "transmit xxx", where xxx is the filename.
  50.  
  51. I'm not sure what you're supposed to do to indicate to the modem that
  52. the transfer is complete, but I assume you have directions for that.
  53.  
  54. If the above works, you're done.  If it doesn't, then read about the SET
  55. TRANSMIT command to customize how TRANSMIT works.  If it still doesn't work,
  56. get back to us with specific symptoms, questions, etc.
  57.  
  58. - Frank